home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / vfwdk.zip / VFWSDK.ZIP / SAMPLES / BRAVADO / CONFIG.H < prev    next >
Text File  |  1993-01-31  |  3KB  |  73 lines

  1. /****************************************************************************
  2.  *
  3.  *   config.h
  4.  * 
  5.  *   Dialog box definitions
  6.  *
  7.  *   Microsoft Video for Windows Sample Capture Driver
  8.  *   Chips & Technologies 9001 based frame grabbers.
  9.  *
  10.  *   Copyright (c) 1992-1993 Microsoft Corporation.  All Rights Reserved.
  11.  *
  12.  *    You have a royalty-free right to use, modify, reproduce and 
  13.  *    distribute the Sample Files (and/or any modified version) in 
  14.  *    any way you find useful, provided that you agree that 
  15.  *    Microsoft has no warranty obligations or liability for any 
  16.  *    Sample Application Files which are modified. 
  17.  *
  18.  ***************************************************************************/
  19.  
  20. /* Video Configuration dialog */
  21. #define DLG_VIDEOCONFIG             100
  22. #define ID_LBPORTBASEADDRESS        101
  23. #define ID_LBINTERRUPTNUMBER        102
  24. #define ID_LBMEMORYBASEADDRESS      103
  25. #define ID_LBWAITSTATE              104
  26. #define ID_LBBOARDTYPE              105
  27. #define ID_FILEDESCRIPTION          106
  28. #define ID_DRIVERVERSION            107
  29.  
  30. /* Video Format dialog */
  31. #define DLG_VIDEOFORMAT             200
  32. #define ID_LBIMAGEFORMAT            201
  33. #define ID_PBSIZEFULL               202
  34. #define ID_PBSIZEHALF               203
  35. #define ID_PBSIZEQUARTER            204
  36. #define ID_PBSIZEEIGHTH             205
  37. #define ID_LBSIZE                   206
  38.  
  39. /* Video Source dialog */
  40. #define DLG_VIDEOSOURCE             300
  41. #define ID_SBHUE                    310
  42. #define ID_SBSAT                    311
  43. #define ID_SBBRIGHTNESS             312
  44. #define ID_SBCONTRAST               313
  45. #define ID_SBRED                    314
  46. #define ID_SBGREEN                  315
  47. #define ID_SBBLUE                   316
  48.  
  49. #define ID_EBHUE                    320
  50. #define ID_EBSAT                    321
  51. #define ID_EBBRIGHTNESS             322
  52. #define ID_EBCONTRAST               323
  53. #define ID_EBRED                    324
  54. #define ID_EBGREEN                  325
  55. #define ID_EBBLUE                   326
  56.  
  57. #define ID_PBSOURCE0                330
  58. #define ID_PBSOURCE1                331
  59. #define ID_PBSOURCE2                332
  60.  
  61. #define ID_PBNTSC                   340
  62. #define ID_PBPAL                    341
  63.  
  64. #define ID_PBCOMPOSITE              345
  65. #define ID_PBSVIDEO                 346
  66.  
  67. #define ID_PBDEFAULT                350
  68.  
  69. /* Video Display dialog */
  70. #define DLG_VIDEODISPLAY            400
  71. #define ID_RBDISPLAYBUFFER          401
  72. #define ID_RBDISPLAYLIVE            402
  73.